lsm_fs_ss_time_stamp_get(3) | Libstoragemgmt C API Manual | lsm_fs_ss_time_stamp_get(3) |
NAME¶
lsm_fs_ss_time_stamp_get - Retrieves the timestamp for the file system snapshot
SYNOPSIS¶
uint64_t lsm_fs_ss_time_stamp_get (lsm_fs_ss *ss);
ARGUMENTS¶
- ss
- File system snapshot to retrieve timestamp for.
VERSION¶
1.0
DESCRIPTION¶
Retrieves the POSIX timestamp of the creation of file system snapshot.
RETURN¶
uint64_t. 0 if argument 'ss' is NULL or not a valid lsm_fs_ss pointer.
lsm_fs_ss_time_stamp_get | May 2019 |